func net/http/httputil.ishex

3 uses

	net/http/httputil (current package)
		reverseproxy.go#L825: 			if i+2 >= len(s) || !ishex(s[i+1]) || !ishex(s[i+2]) {
		reverseproxy.go#L836: func ishex(c byte) bool {